LOCK PIXELS
This command will lock the current bitmap for faster reading and writing of visual data. Rather than use DOT and POINT to manipulate pixel data, use this command in combination with GET PIXELS POINTER to write directly to the memory storing the visual data.

SYNTAX
LOCK PIXELS

RELATED INFO
BASIC2D Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example